projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56552a9
)
Make it compile.
author
Matthias Clasen
<matthiasc@src.gnome.org>
Wed, 24 Nov 2004 18:01:21 +0000
(18:01 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Wed, 24 Nov 2004 18:01:21 +0000
(18:01 +0000)
gtk/xdgmime/xdgmimeparent.c
patch
|
blob
|
history
diff --git
a/gtk/xdgmime/xdgmimeparent.c
b/gtk/xdgmime/xdgmimeparent.c
index d6aff202172fc4eb993a612812a25a8c17db576e..9553b4b36764a539abe62c3f9cc1b02d5a59639f 100644
(file)
--- a/
gtk/xdgmime/xdgmimeparent.c
+++ b/
gtk/xdgmime/xdgmimeparent.c
@@
-163,7
+163,7
@@
_xdg_mime_parent_read_from_file (XdgParentList *list,
alloc * sizeof (XdgMimeParents));
}
list->parents[list->n_mimes].mime = strdup (line);
- list->parents[list->n_mimes].parent = NULL;
+ list->parents[list->n_mimes].parent
s
= NULL;
entry = &(list->parents[list->n_mimes]);
list->n_mimes++;
}